Skip to content

Commit 8154447

Browse files
progvalspb
authored andcommitted
Fix RPL_YOUREOPER syntax
1 parent 85d8591 commit 8154447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sable_ircd/src/messages/numeric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ define_messages! {
6868
372(Motd) => { (line: &str) => ":{line}"},
6969
376(EndOfMotd) => { () => ":End of MOTD" },
7070

71-
381(YoureOper) => { () => "You are now an IRC operator" },
71+
381(YoureOper) => { () => ":You are now an IRC operator" },
7272

7373
371(Info) => { (line: &str) => ":{line}" },
7474
374(EndOfInfo) => { () => ":End of /INFO list" },

0 commit comments

Comments
 (0)