;; System-wide startup file Sula PrimeriX.
;; Put anything in here that will be used by all users.

;/chat nick
(gs-exec "/alias chat /dcc chat $1")
;/send nick file1 file2 ...
(gs-exec "/alias send /dcc send $1 $2-")

(catch #t (lambda() (use-modules (ice-9 string-fun))) gs-handler)
