Skip to content

Commit

Permalink
Fixed notice()
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Markwell committed Feb 9, 2010
1 parent 4f0cc65 commit 51819ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/functions.sh
Expand Up @@ -36,7 +36,7 @@ function privmsg(){

function notice(){
# NOTICE who :what
raw "NOTICE $1 :2"
raw "NOTICE $1 :$2"
}

function recv(){
Expand Down

0 comments on commit 51819ae

Please sign in to comment.